toggle menu
JxBrowser
8.1.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.navigation.callback
/
[jvm]StartNavigationCallback
/
Params
Params
interface
Params
The parameters of the
StartNavigationCallback
.
Members
Functions
is
Main
Frame
Link copied to clipboard
open
fun
isMainFrame
(
)
:
Boolean
Returns
true
if the navigation request URL belongs to a main frame.
is
Redirect
Link copied to clipboard
open
fun
isRedirect
(
)
:
Boolean
Returns
true
if the request is the result of redirection caused by another request.
url
Link copied to clipboard
open
fun
url
(
)
:
String
Returns a string that represents the navigation request URL.